Arrange for dialog boxes during emacsclient requests on Android
authorPo Lu <luangruo@yahoo.com>
Sun, 25 Feb 2024 03:41:02 +0000 (11:41 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 25 Feb 2024 03:41:02 +0000 (11:41 +0800)
commit05116eac0c199b0c8409a32b349a42a21b5a0fb0
tree488a81f8c9c097d49548984294729c9d4a8a52f2
parent9a801f0b4621a46149ccf650ed1dc27942157562
Arrange for dialog boxes during emacsclient requests on Android

* lisp/server.el (server-execute): Bind use-dialog-box-override
if (featurep 'android).

* lisp/subr.el (use-dialog-box-override): New option.
(use-dialog-box-p): Always display dialog boxes if variable is
set.
lisp/server.el
lisp/subr.el